pgHilitedData
Type
property
Summary
Get or set the hilited data array corresponding to hilited rows.
Syntax
set the pgHilitedData of widget to <DataArray>
get the pgHilitedData of widget
Description
Use the pgHilitedData property to get or set the array of data that is currently hilited. The first dimension of the array uses numeric keys corresponding to each of the hilited row(s), and the value of each is an array in which each key corresponds to a column name.
Examples
set the pgHilitedData of widget"PolyGrid" to tArray